# This is run first except when booting in single-user mode.
::sysinit:/etc/rc

::restart:/sbin/init
::ctrlaltdel:/sbin/reboot
::shutdown:/bin/umount -a -r

# Start user application
#::respawn:/bin/application

# Must be last 'respawn' entry to avoid ^C problem
# Start a shell on the console
#::respawn:-/bin/sh

